-
Notifications
You must be signed in to change notification settings - Fork 118
Making Bounds in VideoSourceConfiguration adaptable #676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
| <para>Note for the VideoEncoderConfiguration: if necessary the device may adapt parameter values for Quality and RateControl elements without returning an error. A device shall adapt an out of range BitrateLimit instead of returning a fault.</para> | ||
| <para>Note for the AudioSourceConfiguration: If the new settings invalidate any parameters already negotiated using RTSP, for example by changing codec type, the device must not apply these settings to existing streams. Instead it must either continue to stream using the old settings or stop sending data on the affected streams.</para> | ||
| <para>Note for the VideoSourceConfiguration: If a Device supports Rotation and the new settings do not contain Rotate element, a device shall keep current rotation state.</para> | ||
| <para>Note for the VideoSourceConfiguration: If a Device supports Rotation and the new settings do not contain Rotate element, a device shall keep current rotation state. Moreover, if necessary the device may adapt parameter values for the Bounds element without returning an error. In case of adaptation of the parameter values, the device shall return the adapted values upon the client's request.</para> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest to include 'parameter values for e.g. X'? for better understanding
| <para>Note for the VideoEncoderConfiguration: if necessary the device may adapt parameter values for Quality and RateControl elements without returning an error. A device shall adapt an out of range BitrateLimit instead of returning a fault.</para> | ||
| <para>Note for the AudioSourceConfiguration: If the new settings invalidate any parameters already negotiated using RTSP, for example by changing codec type, the device must not apply these settings to existing streams. Instead it must either continue to stream using the old settings or stop sending data on the affected streams.</para> | ||
| <para>Note for the VideoSourceConfiguration: If a Device supports Rotation and the new settings do not contain Rotate element, a device shall keep current rotation state.</para> | ||
| <para>Note for the VideoSourceConfiguration: If a Device supports Rotation and the new settings do not contain Rotate element, a device shall keep current rotation state. Moreover, if necessary the device may adapt parameter values for the Bounds element without returning an error. In case of adaptation of the parameter values, the device shall return the adapted values upon the client's request.</para> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <para>Note for the VideoSourceConfiguration: If a Device supports Rotation and the new settings do not contain Rotate element, a device shall keep current rotation state. Moreover, if necessary the device may adapt parameter values for the Bounds element without returning an error. In case of adaptation of the parameter values, the device shall return the adapted values upon the client's request.</para> | |
| <para>Note for the VideoSourceConfiguration: If a Device supports Rotation and the new settings do not contain Rotate element, a device shall keep current rotation state. Moreover, if necessary the device may adapt parameter values for the Bounds element without returning an error. If certain parameters adapt, the device shall return the adapted values upon the client's request.</para> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bsriramprasad I think that the original wording is better, because it is the camera that changes the parameters and not the parameters changing on their own. @kieran242, what do you think?
Pull request related to the presentation given during the F2F meeting in Kaula Lumpur to make bounds range adaptable